-
Notifications
You must be signed in to change notification settings - Fork 13
Move to Most Recent Alpaka Version + Newest Caching Allocator #314
Conversation
6f7934e
to
8424d0a
Compare
Just added Andrea's last commit which was pushed recently. We should be good to merge this in now. |
Hi Gavin, sorry for the late review and thank you for the efforts! I checked the external LST package and it runs smoothly. However, I met an error when compiling the LST set up as CMSSW external. When I did scram b -j 12, after the cms-checkdeps in README, it says: I'm not sure if the error comes with issues in this PR, but it would be nice if you have any ideas. |
Thanks Gavin. Can you put this in the README also? Or what is the consequence of removing this line in the LSTProducer.cc directly if it causes issues not only in the Alpaka branch? |
@YonsiG Just updated the README as you suggested. The CMSSW integration steps should work now. |
Thanks Gavin, I tested the codes on external packages, and test the CMSSW integration with cmsRun. Everything works smoothly on my side. Thanks for contribution and PR merged! |
Moves to gcc11 and CMSSW_13_0_0_pre4 (same as current CMSSW integration) in order to upgrade to the most recent version of Alpaka used by CMSSW. Also gets rid of our temporary hyperbolic functions and replaces them with Alpaka's which were introduced into Alpaka recently.